home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CreatingGames / Utilities / Misc / GMS / GMSDev / Includes / pragmas / files_pragmas.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-10-16  |  607 b   |  19 lines

  1. #ifndef _INCLUDE_PRAGMA_FILES_LIB_H
  2. #define _INCLUDE_PRAGMA_FILES_LIB_H
  3.  
  4. #ifndef CLIB_FILES_PROTOS_H
  5. #include <clib/files_protos.h>
  6. #endif
  7.  
  8. #if defined(AZTEC_C) || defined(__MAXON__) || defined(__STORM__)
  9. #pragma amicall(FILBase,0x006,WriteComment(a0,a1))
  10. #pragma amicall(FILBase,0x00C,WriteDate(a0,a1))
  11. #pragma amicall(FILBase,0x012,OpenFile(a0,d0))
  12. #endif
  13. #if defined(_DCC) || defined(__SASC)
  14. #pragma libcall FILBase WriteComment         006 9802
  15. #pragma libcall FILBase WriteDate            00C 9802
  16. #pragma libcall FILBase OpenFile             012 0802
  17. #endif
  18.  
  19. #endif    /*  _INCLUDE_PRAGMA_FILES_LIB_H  */